home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / memoPad / Source / MemoPad.nib / data.classes < prev    next >
Text File  |  1995-05-15  |  1KB  |  78 lines

  1. MyWindow = {
  2.     SUPERCLASS = Window;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     clipStuff:;
  7.     };
  8.     SUPERCLASS = Object;
  9. };
  10. MyObject = {
  11.     ACTIONS = {
  12.     findTodayMemo:;
  13.     template:;
  14.     calendar:;
  15.     preference:;
  16.     reference:;
  17.     notebook:;
  18.     playVoiceSound:;
  19.     selectInsertPoint:;
  20.     appWillTernimate:;
  21.     playMemoSound:;
  22.     controlMemo:;
  23.     showMoreInfoPanel:;
  24.     savePad:;
  25.     printPad:;
  26.     controlPad:;
  27.     findPrevious:;
  28.     moisPrecedent:;
  29.     controlVoice:;
  30.     openWindow:;
  31.     selectYear:;
  32.     loadPad:;
  33.     autoLine:;
  34.     findNext:;
  35.     ShowInfoPanel:;
  36.     telephonebook:;
  37.     scrapbook:;
  38.     moisSuivant:;
  39.     clipStuff:;
  40.     getVoiceSoundPath:;
  41.     selectMonth:;
  42.     showFindPanel:;
  43.     autoDate:;
  44.     currentMonth:;
  45.     appDidInit:;
  46.     getDefaultPad:;
  47.     getMemoSoundPath:;
  48.     saveDefault:;
  49.     };
  50.     OUTLETS = {
  51.     calendarPanel;
  52.     mainWindow;
  53.     memoSoundPath;
  54.     boutonMemo;
  55.     pad;
  56.     calendrier;
  57.     infoPanel;
  58.     voiceSoundPath;
  59.     padSelector;
  60.     preferencePanel;
  61.     findPanel;
  62.     yearSelector;
  63.     insertPoint;
  64.     calView2;
  65.     defaultPadSelector;
  66.     calView1;
  67.     findText;
  68.     boutonVoice;
  69.     calView;
  70.     moreInfoPanel;
  71.     templateTexte;
  72.     myListener;
  73.     monthSelector;
  74.     moisVoir;
  75.     };
  76.     SUPERCLASS = Object;
  77. };
  78.